Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / CalendarSlotsPanel<S> Class / Calendar Property


In This Topic
    Calendar Property
    In This Topic
    The calendar associated to the panel.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Calendar As C1Calendar
    'Usage
     
    
    Dim instance As CalendarSlotsPanel(Of S)
    Dim value As C1Calendar
     
    value = instance.Calendar
    public C1Calendar Calendar {get;}
    See Also